Sunday, August 01, 2010

Site Map
Sign into this siteRegister for this site
transparent image
Connie Swiderski
RSS
 
 

What is RSS

Abstract:

· RSS = Really Simple Syndication = Rich Site Summary = RDF Site Summary

· RSS file = RSS feed = RSS channel = feed = channel

· Atom = a format similar to RSS; like RSS the files may also be called feeds or channels

· XML = eXtensible Markup Language = the format RSS is written in = important only because RSS may be labeled as XML

· RDF = Resource Discovery Framework = the format of RSS version 1.0 = important only because RSS may be labeled as RDF

· OPML = Outline Processor Markup Language = an XML format for outlines, which may be used as a way of listing many RSS feeds

· my website is syndicated = my website produces an RSS feed

· scraping = when Joe makes an RSS feed for Bob’s website without telling Bob; the feed is called a scraped feed

· blog = weblog = log on the web = a journal-type website, many of which produce RSS feeds

· RSS reader = news reader = RSS aggregator = a program that can read RSS files

Really Simple Syndication, Rich Site Summary, RDF Site Summary, or a variation on one of those. There’s also a similar format called Atom. RSS is a format for syndicating news and the content of news-like sites. Pretty much anything that can be broken down into discrete items can be syndicated via RSS: the "recent changes" page of a wiki, even the revision history of a book. Once information about each item is in RSS format, an RSS-aware program can check the feed for changes and react to the changes in an appropriate way.

RSS is a text-based format, a type of XML. You should know that only because often RSS files are often labeled as XML. RSS version 1.0 is also RDF (whatever), which, again, is important only because an RSS file may be labeled as RDF. RSS files (which are also called RSS feeds or channels) simply contain a list of items. Usually, each item contains a title, summary, and a link to a URL (e.g. a web page). Other information, such as the date, creator’s name, etc., may also be available.

When a website has an RSS feed, it is said to be “syndicated.” There are various other syndication formats besides RSS (such as Atom), but RSS is by far the most widely used and supported today. RSS files do not have a common file extension, although they frequently end in one of .xml, .rss, or .rdf (note that other extensions may be used also). The term “scraping” refers to creating an RSS feed for a website that doesn’t provide one itself (i.e. scraping the text off of the page). That is, scraped feeds are not created by the same people who created the content within the feed. Scraped RSS feeds may stop working if the page changes its layout.

Back to Top

What is Atom

Atom is a format quite similar to RSS. The basic difference is that while Atom is somewhat more complex (for producers of Atom feeds), it is also able to carry more complex information, and it is consistent across the syndication, storage, and editing of information. Just about everything on this page which discusses RSS applies equally well to Atom.

RSS-aware programs called news aggregators are popular in the weblogging community. Many weblogs make content available in RSS. A news aggregator can help you keep up with all your favorite weblogs by checking their RSS feeds and displaying new items from each of them.

Back to Top

The RSS format

<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Example Channel</title>
    <link>http://example.com/</link>
    <description>My example channel</description>
    <item>
       <title>News for September the Second</title>
       <link>http://example.com/2002/09/01</link>
       <description>other things happened today</description>
    </item>
    <item>
       <title>News for September the First</title>
       <link>http://example.com/2002/09/02</link>
    </item>
  </channel>
</rss>

 

Back to Top

 

 

RSS Readers

These aggregators come in two types: software that you download, and online aggregators. One of the most popular online aggregators is Bloglines. Aggregator software that runs on your own computer may be a standalone program or integrate into a program that you already use, such as Microsoft Outlook and the Mozilla browser. Most (but certainly not all) RSS aggregators use a three-panel layout

 

 

There are many RSS aggregators, and three comprehensive lists of them can be found at Abbe Normal’s Weblog/Wiki, News Aggregators Directory, and Lockergnome’s RSS Resources. What aggregator you should use depends on your own needs.

 

 

Needs which differ include how many computers you use, how many feeds you read, how you’d like to read the feeds, etc. If, for example, you use multiple computers, then you probably want to use either an online aggregator such as Bloglines, or an aggregator that allows you to synchronize across multiple computers, such as NewsGator. Some people find it convenient to read RSS feeds in a program that they are already using. For example, My Yahoo! has an RSS module, and NewsGator integrates into Microsoft Outlook. Some people prefer an aggregator that shows new items as a news ticker on their desktop, and others prefer a full-fledged application to read RSS feeds in. I should also note that the aggregators mentioned on this page, with the exception of NewsGator, are all free to use, at the time of this writing.

 

 

Two types of aggregators:

Newspaper style

  • Browser based
  • Takes feeds from varioius locations and combines them into a single page
  • Views: allows changed content to be detected. Items which have been previously shown but changed are typically not shown again. 

Newsreader style

  • Rich/fat client
  • Presents multilple views allowing one to see an overview of items and to select the ones that you want to see. Often these take a familiar three paned form, popular with mail readers.
  • Views allows changed content to be detected. Items which have been previously shown but changed are typically updated

Suggested Readers

Pluck RSS Reader http://www.pluck.com/products/rss-reader.html

Tristana Reader http://www.tristana.org/download

Free and oh, so easy.  No RSS reader needed. No programming. Our newsfeeds seamlessly drop into any space, on any site. Just copy-and-paste the html into your page and forget about it. Forever. http://www.freshcontent.net/directory/news_feeds.html

 

Back to Top

 

 

Subscribing to a Feed

There are roughly two ways to subscribe. One is to enter the URL of the RSS feed into your aggregator. The other is to follow a subscribe link from a web page; the problem with this is that practically every aggregator has a different way of doing this. So you might see links labeled as subscribe with Bloglines or add to My Yahoo!. Two services exist to deal with this problem: Syndication Subscription Service and quickSub, which was inspired by the former. Links labeled subscribe will take you to a page on the Syndication Subscription Service which itself contains direct links to subscribing using various aggregators. QuickSub is similar. Links to RSS feeds using the quickSub tool will popup a list of links to subscribing with various aggregators.

Very nice RSS aggregators will allow you to enter in the URL of a web page and it will then read its RSS feed. These tools support RSS auto-discovery. Most RSS aggregators, unfortunately, aren’t that nice; you’ll need to copy and paste the RSS URL into your aggregator.

Vacation Rental Homes. "All About RSS." FaganFinder. 19 Feb. 2004. Vacation
     Rental Homes.
24 Jan. 2006
<http://www.faganfinder.com/search/
     rss.shtml>.

O'Reilly Media, Inc. "How can I read RSS?" What is RSS? O'Reilly Media, Inc. 25
     Jan. 2006
http://www.xml.com/lpt/a/2002/12/18/dive-into-xml.html.

Back to Top

Search Engine Queries

A number of search engines allow you to view their search results in RSS format. This way, you can monitor the results for a subject that you are interested in. RSS-based search engines can be quite useful; their big advantage is that they index individual items rather than pages which may contain many items. There are several good general-purpose RSS-based search engines around today

Daypop

Daypop is a search engine (also available on Fagan Finder) for news, blogs, and RSS feeds (the last is powered by News Is Free). Perform a search, and the result has a link to its RSS feed at the top right of the page.

Feedster

Feedster is a search engine (also available on Fagan Finder) for RSS feeds. Perform a search, and the result has a link to its RSS feed at the top of the page.

BlogDigger

BlogDigger is a search engine (also available on Fagan Finder) for RSS feeds. Perform a search, and the result has a link to its RSS feed at the top right of the page.

Sherch

Sherch lists a number of tools and provides an RSS feed of the results. Unfortunately, it is an old website, and most do not work. Two significant ones that do work are the Internet Movie Database and the Open Directory Project. To use them, click on the link labeled “RSS 1.0 Channel” and add searchterm=[your search terms] to the end of the URL.

Amazon

Sean Nolan has used Amazon’s API to create RSS feeds. The URL for a feed is http://www.yaywastaken.com/amazon/amazon-rss.asp?keywords=[your search terms]

eBay

Use this tool to create a scraped feed of eBay search results. It is based on a script from waxy.org.

Back to Top

 

Topical Feeds

The Mail Archive

The Mail Archive includes about 2,500 mailing lists; you may be subscribed to one of them already. Search for a list, and click on one of the results. Add maillist.rdf to the URL, and you’ve got an RSS feed.

Yahoo! Groups

Yahoo! Groups is another source of mailing lists. Find a group by searching or browsing (only groups with public archives have feeds available). Then create the RSS feed by adding messages?rss=1 to the URL, to create a feed that looks like http://groups.yahoo.com/group/aggregators/messages?rss=1.

Moreover

Moreover provides RSS feeds for news on over 100 topics, and the news is collected from thousands of sources. This link goes to a listing of all the feeds and a link to their RSS feed.

Network54

Network54 contains forums on entertainment, sports, gaming, and society. Find forums by browsing the directory, and add ;XML=rss to the end of a forum URL to make it an RSS feed.

Blogging Headline News

Blogging Headline News aggregates the RSS feeds from many blogs, and organizes the items into dozens of topics. Each topic has an RSS feed. The topics are shown on the left of the page alphabetically, or you can also view them sorted by popularity.

The Internet Topic Exchange

The Internet Topic Exchange allows anyone to create a topic, and anyone to post items from their blog into that topic. Each topic is available in RSS. So browse the full list of topics, or the topic directory, which lists most of them. The Topic Exchange is currently small but growing every day. Spread the word!

Computing and Technology-Related Feeds

See Meerkat and Network World Fusion.

http://www.rssgov.com/rssworkshop.html

Back to Top

Blogs and Forums

Many, many blogs have RSS feeds, including blogs published using the popular software Movable Type and Radio UserLand. See Finding the RSS Feed for a Website above.

BlogMatrix

BlogMatrix provides RSS feeds for many blogs that do not have them. Use the search box and enter in the blog’s name.

LiveJournal and DeadJournal

LiveJournal and DeadJournal run over a million journals (blogs), and each is available in RSS. You can find journals by searching on LiveJournal or DeadJournal’s home page for user names or interests. For some searches you will need to be a registered user yourself. Alternately, you can find journals by using any search engine and limiting results to either livejournal.com or deadjournal.com. Once you have found a journal, just add /rss to the end of the URL. For example, http://www.livejournal.com/users/example_user/rss.

QuickTopic

QuickTopic allows anyone to create a topic, which is essentially a forum/bulletin board (although messages are in reverse-chronological order). Each topic is available in RSS, by adding .rss to the topic’s URL. It is generally used for discussions that you are already participating in, but you can find existing discussions by searching on any search engine and limiting your query to quicktopic.com. QuickTopic may have its own search engine in the future.

Blog Publishing Software

If you know that website example.com is published using Manila, then the RSS feed is example.com/xml/rss.xml. Blogs published with Movable Type have their RSS feeds located at example.com/index.xml and example.com/index.rdf (two versions of RSS, either should work in any aggregator).

see also myRSS below

Back to Top

Miscellaneous

GeoURL

GeoURL has a database of websites along with the physical location (latitude and longitude) that the website (or creator) lives in. Many, but not all of the websites are blogs. Click on the map, and you will see a listing of websites within 500 miles of the spot you choose. You can click on “recenter” beside any of those websites, or enter in a latitude, longitude, and radius (maximum distance from the point) at the bottom of the page. Just above that form on the bottom are links to RSS feeds for that page. One use for this would be for monitoring new websites that are near you.

SourceForge

SourceForge is a gigantic software development website, where thousands of open source projects are developed. SourceForge itself has a number of RSS feeds, as does every single project.

myRSS

myRSS allows you to create RSS feeds for websites that don’t already have them. The scraping isn’t perfect, but it works well for many sites. It is free, but only updates once a day and shows self advertising, unless you sponsor them. So, it would still be a good idea to e-mail the webmasters and ask them to create an RSS feed. People have already used myRSS to create lots of feeds: you can search, browse using DMOZ categories, and check out the top 100 RSS feeds by popularity.

 

 

Cool RSS Feeds

Airport Delays via RSS: http://www.pubsub.com/airports.php

Weather via RSS: http://www.rssweather.com/

Earthquake Notification via RSS: http://www.pubsub.com/earthquakes.php

Techbargains via RSS: http://www.techbargains.com/rss.xml

Word of the day via RSS:

http://dictionary.reference.com/wordoftheday/wotd.rss

Ebay via RSS: http://www.rssauction.com/

 

 

Back to Top

 

Where is RSS Going?

Feedscast text to speech call in Rss reader

Feedscast delivers spoken web pages to your telephone so you get the news first, wherever you are. http://feedscast.com/

Shadows is a social bookmarking service for discovering, sharing and managing information on the web. Shadows supercharges this information with a "Shadow Page" — a community blog for any web page that includes views, ratings, tags, and comments by you, your friends and the Shadows community. http://www.shadows.com/features/site/help/whatisshadows.htm

Videora - The First Personal Video Downloading Program. Videora 2.0 is the latest version of our new personal video downloading program. Utilizing BitTorrent peer to peer technology and Really Simple Syndication (RSS) feeds, Videora automatically and intelligently finds and downloads video you want to watch. http://www.videora.com/en-us/

Do not be surprised to see the Blackboards and WebCTs out there beginning to add RSS tools to their systems. Consider what would happen if these course management systems could syndicate synopses of all course offerings or just the assignments I might be enrolled in. The same RSS aggregator I might use to stay in tune with news could also feed me a summary of my pending projects or assignments.

RSS is the first working example of an XML data network. As such, and in this world of learning objects and metadata files, RSS is the first working example of what such a network will look like for educational designers. Just as news resources are indexed and distributed in the RSS network, so also educational resources can be indexed and distributed in a similar learning object network.

The model provided by RSS is very different from the model provided today by learning content management systems (LCMSs). In the world of the LCMS, everything is contained in one very large software application. Insofar as content is distributed at all, it is distributed in bundled content libraries. This means that educational institutions must make a major investment in software and expertise in order to access learning content.

RSS, by contrast, is not centralized. It is distributed. Content is not distributed in bundles, it is distributed one item at a time. There is no central store, repository or library of RSS content; it is all over the internet. To access and use RSS content in a viewer or in a web page, you do not need a large software application. A simple RSS reader will do the trick.

For this reason, the distribution of educational content over the internet will look a lot more like an RSS network than it will an enterprise content management system. Many more people will use a distributed learning object network not only because it’s easier and cheaper, but because they can access much more content for much less money.

As a result, the concept of syndicated educational content can really come into play. While there will always be a need for reusable learning objects (RLOs), anything that can have an educational application – including images, videos, journal articles, even news items – can be distributed through a learning object syndication network.

http://www.downes.ca/files/RSS_Educ.htm

Back to Top

Publishing Your Feed

There are a number of ways to generate a feed from your content. First of all, explore your content management system - it might already have an option to generate an RSS feed.

If that option isn’t available, you have a number of choices;

·                        Self-scraping — The easiest way to publish a feed from existing content. Scraping tools fetch your Web page and pull out the relevant parts for the feed, so that you don’t have to change your publishing system. Some use regular expressions or XPath expressions, while others require you to mark up your page with minimal hints (usually using <div> or <span> tags) that help it decide what should be put into the feed.

·                        Feed integration — If your site is dynamically generated (using languages like Perl, Python or PHP), it may have a RSS library available, so that you can integrate the feed into your publishing process.

·                        Starting with the feed — Alternatively, you can manage the list-oriented parts of your content in the RSS feed itself, and generate your Web pages (as well as other content, like e-mail lists) from the feed. This has the advantage of always having the correct information in the feed, and tools like XSLT make this option easy, especially if you’re starting from scratch.

·                        Third party scraping — If none of these options work for you, some people on the Web will scrape your site for you and make the feed available. Be warned, however, that this is never as reliable or accurate as doing it yourself, because they don’t know the details of your content or your system. Also, using third parties introduces another point of failure in the delivery process; problems there (network, server or business) will cause your feed to be unavailable.

This is an incomplete list of tools for creating feeds and checking them to make sure that you’ve done so correctly.

·        Tristana Writer http://www.tristana.org/download

·        ListGarden RSS Feed including Podcasting Generator Program -  http://www.softwaregarden.com/products/listgarden/

·        FeedForAll - robust RSS feed creation software. Easily create, edit and publish RSS feeds. http://www.feedforall.com/download.htm

·        Create your RSS channels - http://w.rssgov.com/rssworkshop.html, http://www.make-rss-feeds.com/making-an-rss-feed.htm

·        Shared RSS Syndication Feeds - Entries can be made using a simple form on this site, or by our new Quick Entry method for the easiest RSS feed possible. http://www.sharedrss.com/index.htm

·        xpath2rss — Tool for scraping Web sites using XPath expressions (a method of selecting parts of HTML and XML documents).

·        Site Summaries in XHTML — Online service (also available as an XSLT stylesheet) that uses hints in your HTML to generate a feed.

·        myRSS — An online, third-party automated scraping service. Doesn’t require any special markup.

·        RSS.py — Python library for generating and parsing RSS.

·        ROME — Java library for parsing and generating RSS and Atom feeds, as well as translating between formats.

·        XML::RSS — Perl module for generating and parsing RSS.

·        Online Validator - Check your RSS 1.0, 2.0 and Atom feeds.

 

 

Back to Top

 

 

Using RSS Feeds in the Classroom

RSS Feeds with Student Weblogs

 

 

RSS Search Feeds

Kind of like doing research 24/7, only the RSS feed does all the work. And you can create a feed about any topic you want. Here’s how:

RSS Feeds for News Searches

If you want to create a feed for what’s in the daily news about a particular topic, you can make a syndicated feed of search results of Google News. Just take the following feed address and add your search terms where indicated.

http://www.justinpfister.com/gnewsfeed.php?q=your+terms+here So, for instance, if you want to have a feed for the search term “journalism and

weblog” it would look like http://www.justinpfister.com/gnewsfeed.php?q=journalism+and+weblog Copy that address and paste it into your Bloglines aggregator, and you’ll start getting any news that’s in the media about your topic right away. When you start getting results from your feed, you may want to refine your search until you get a manageable number of posts. And remember, you can create as many of these feeds as you like, with as many terms as you like (as long as they are separated by a plus sign.)

You can also limit your news search feeds to just one publication. Say you want to follow the phrase “global warming” in, say, the New York Times, you can go to the Google News 2 RSS site at http://www.justinpfister.com/gnewsfeed.php and enter the following into the search query form: "global warming" source:new_york_times. That would produce the following feed:

http://www.justinpfister.com/gnewsfeed.php?q=%22global+warming%22+sourc

e%3Anew_york_times.

Now I know that looks long and ugly, but if you take that address subscribe to it in your Bloglines account, you’ll be notified every time the New York Times mentions global warming. And Google has about 4,500 news sources that you can choose from. (Note: While Google does not publish this list, you can

Find a growing list of Google’s sources at:

http://www.privateradio.org/blog/i/google-news/index.php?ord=count ) So, you can tweak that ugly URL in any number of combinations to change your request. For instance, for stories in the Seattle Post Intelligencer that have the words education and technology, the feed is

http://www.justinpfister.com/gnewsfeed.php?q=education+technology+source

%3Aseattle_post_intelligencer (For a complete step by step rundown of how to do this, try Steve Rubels “An RSS Hack for Sites That Don't Offer Feeds” at

http://www.micropersuasion.com/2004/09/an_rss_hack_for.html. Just remember to use the Justin Fister site in Step #3)

If you think about it, this could be an incredibly easy way to track any number of topics. And the best part is, once you set it up, the results come to you. And if you ever want to stop receiving the feed, just delete it from your aggregator. (If only we could do that with spam, right?)

Ok, say you’re not a Google lover and would rather use Yahoo News instead. No problem. Just go to http://news.yahoo.com, put in your search terms, and look for the little orange XML icon in the right hand column. (You may have to scroll down.) Now it’s a bit harder to hack out just one publication for this search. Just e-mail will@weblogg-ed.com if you want the instructions.

RSS Feeds for Weblog Searches

Getting a regular feed of searches in the blogosphere is just as easy, but you need to remember that the results aren’t always going to be as, shall we say, appropriate. The easiest way is to go to http://www.Feedster.com and type in your search terms. On the page of results, you’ll see a little 2.0 RSS box that when you click on it will give you a number of standard newsreaders to choose from. If you’re logged in at Bloglines, just click the Bloglines link and it will automatically add it to your account. Otherwise, click on the 2.0 RSS box and grab the URL from the next page. You can go through pretty much the same process at Bloglines, Blogdigger.com, Syndic8.com, pubsub.com and other Weblog search sites.

Another option is http://www.Technorati.com which is a leader in indexing weblog content. Once you’ve signed up for a free membership, you can create what Technorati calls “Watchlists.” Each watchlist you create has it’s own RSS feed that you can add to Bloglines.

RSS Feeds for Website Searches

You can even create an RSS feed from a search of Google sites (not news, sites.) So, if there is new content about global warming added to a site that’s already on the Internet, or if there is a whole new site created about the topic, you’ll find out about it in your aggregator. Here’s how. Go to http://www.Googlealerts.com and sign up for an account. It’s free. Once your registered, you can create up to three searches that can bring back up to 150 results total. Just fill in the form with the search terms you want, click “Go”, and then click “Feed Settings” on the next page. All of your searches will come up, and you can check the box that says “RSS Feed” next to each one of them, then click “Update” at the bottom. Then, take the feed address that appears in each box and copy it into your Bloglines account.

MSN search now sports RSS feeds for the results as well. Just go to http://search.msn.com/ and type in your search. At the bottom of the results page you should see one of those orange XML buttons.

RSS Feeds for News Group Searches

To do this, go to Pubsub.com. (The specific address is http://www.pubsub.com/newsgroups.php) Put in your search terms, and click “Create My Subscription”. On the next page, either click on the little Bloglines icon to add it to your aggregator, or copy and paste the subscription link that is provided. But beware that a search feed of newsgroups can bring back all sorts of irrelevant content and you may want to spend some time refining your search to match your interests.

 

 

RSS Feeds for Other News Outlets

If you want to find out if your favorite publication has an RSS feed, do a Google search with the publication name and “RSS” and see what comes up. Another way to get continually updated news about various topics is to use the feeds provided by Moreover.com. It provides a huge list of predefined topic searches at http://w.moreover.com/categories/category_list_rss.html You can find even more of these types of Moreover feeds (including ones for your favorite sports teams, the state you live in, and your favorite presidential candidate) at this page on the Syndic8.com site:

http://www.syndic8.com/feedcat.php?Scheme=Syndic8

 

 

RSS Feeds for Bookmarks

One of the more recent uses of RSS has been to syndicate the Internet bookmarks you keep of your travels. You can do this using a site called http://www.Furl.net. With a Furl account (which is free) you can save, annotate, rate, organize and share the best links that you find on the Internet.

And, even better, you can create RSS feeds for the unique departments that you store those links in. Here, for instance, is the RSS feed for the “classroom weblogs” folder in my own Furl account:

http://www.furl.net/members/willrich/rss.xml?topic=classroom+weblogs

So, every time that I read about a new weblog in education and save it to my Furl account, you would be notified.

Say you set up a classroom Furl.net account, and you and all of your students added links to a variety of topic specific folders as you found them. You could all keep track of those links by subscribing to the feeds that were most relevant in your Bloglines account. And Furl offers a whole bunch of other ways to share your bookmarks as well.

Another similar service is at http://del.icio.us del.icio.us doesn’t give you as many features as Furl, but it’s really easy to follow what people are reading via RSS. At del.icio.us, people add tag words to whatever link they save, and subscribing to all of the links under a particular tag is as simple as pasting the following into your aggregator: http://del.icio.us/rss/tag/blogs. In this case, you’d be following all bookmarks that were tagged with the word “blogs.” But you can substitute whatever word you want, i.e. http://del.icio.us/rss/tag/springsteen.

 

 

Combining RSS Feeds

Now let’s say you have a classroom full of students who each have their own Weblogs. They also have set up accounts at Furl so that they can collect relevant Web pages for the work they are doing, and they have a number of search feeds that they are tracking to collect even more information. From a teaching standpoint, if you wanted to monitor all of that information flow, it would take quite a bit of time and work. But here is a way to combine all of those collective feeds into one so that you can keep all the related work together and get a clearer picture of a student’s workflow.

Blogdigger.com (http://groups.blogdigger.com/index.jsp) has a way to create what they call groups of feeds, blending as many different feeds as you want into one. Just go to the Blogdigger site, click on the “Groups” button, click on “Create a New Group,” Fill out the information on the form that follows, then on the next page enter the various feed addresses that you want to combine. Blogdigger gives this new feed a unique address that you can then take and use in Bloglines or however else.

 

 

Including RSS Feeds in Your Weblog

Even though using Bloglines or some other aggregator is the easiest way to collect and view your feeds, with a little bit of work you can actually get feed results to show up on your Weblog or other Web page. Some Weblog packages have built-in ways to do this, and the instructions vary. But I’m going to show you one way to create a piece of Java script that you can then take a drop into your page wherever you want to put it.

This little “Feed to JavaScript” tool comes courtesy of Alan Levine who is the tech guru at the Maricopa Center for Learning and Instruction in Arizona.

You can find it at http://jade.mcli.dist.maricopa.edu/feed/index.php?s=build.

Just enter the feed you want to display, fill out a few more parameters, and voila, the JavaScript is created for you. Just take it and drop it into the HTML of your blog, and your feed results will start showing up right on the page.

Free RSS to HTML PHP Script

http://www.feedforall.com/free-php-script.htm

Feedsplitter - Feedsplitter is a PHP script that converts RSS or RDF newsfeeds into HTML, Javascript, or whatever format you want. Display random entries, just the channel image, or use custom stylesheets -- Feedsplitter separates content and display using a simple XML template system.
http://chxo.com/software/feedsplitter/

Auto HTML-RSS Update with FTP Support - Auto HTML-RSS Update is a utility that will read an xml page, convert the RSS data, and import it in to an existing web page. This will allow you to create web pages that will always display the most current information from your RSS feed, and since the resulting page is HTML, it can be easily included into any existing page. Web search engines will be able to update their records with your new page. http://www.theblattners.com/projects/rssautoupdate/default.html

Example 1. You are a teacher looking for content that can be used in the study of the Spanish conquest. You find a Web site that has excellent biographies of the cultural leaders, profiles of the different native cultures, and even some patterns for ceremonial masks that can be reproduced for a class activity. You e-mail several of your friends about your ideas to incorporate some of the site's materials into your curriculum plan.

Example 2. You are teaching a class in science fiction and its parallels to developing technology. You teach this class each term and want to use timely examples. Like most instructors, the time you have available for searching out new technologies on the Web is limited. So, you subscribe to a free news feed from Sci-Fi Today that brings the latest news in science and science fiction to your desktop news reader.

Example 3. You are the superintendent of a school district with 49 schools. Each school maintains a Web site but it is very time consuming to visit each Web site periodically to review each schools news and events. The schools begin to post their news to a Web log that is incorporated into each school's Web site, much like Bryant Elementary School in Seattle, Washington. The weblog tool also produces an RSS news feed. You install a news reader and subscribe to each news feed. Each day you can quickly review all the news and events at each school in one place without having to visit all 49 Web sites.

Example 4. You are a researcher working on an archaeological dig on a Greek island. You have uncovered an artifact that puzzles you. You post your progress each day to a weblog. You include a picture of the puzzling artifact. The next day you are contacted by a German archaeologist that you have never met. He subscribes to your project news feed along with news feeds from other similar digs. He was on his way to a conference in Cairo and was browsing his news headlines on his PDA. He tells you the object is a physician's instrument. Now, with a potential context, you are better able to interpret some epigraphic fragments you have collected.

Back to Top

 

 

What is a Torrent?

http://www.pcmag.com/article2/0,1895,1913683,00.asp

 

 

RSS Resources

There are a slew of great resources for learning about RSS, some of which are mentioned above. Here are a few others:

RSS Resource page from Lockergnome:

http://channels.lockergnome.com/rss/

For a great introduction to RSS, try Fagan Finder’s “Explanation of RSS, How

You Can Use it, and Finding RSS Feeds” at

http://www.faganfinder.com/search/rss.shtml

Jenny Levine gave a great presentation at the Computers in Libraries

Conference, and it’s online at

http://www.sls.lib.il.us/infotech/presentations/2004/cil-rss.pdf

“RSS: The Next Killer App For Education” by Mary Harrsch

(http://ts.mivu.org/default.asp?show=article&id=2010) is an article that has

more scenarios of how RSS might be used by teachers and students.

*Portions of the introduction excerpted from “Blogging and RSS — The ‘What's

It?’ and ‘How To’ of Powerful New Web Tools for Educators” at

http://www.infotoday.com/MMSchools/jan04/richardson.shtml

Richardson,, Will. "RSS: A Quick Start Guide for Educators." Curriculum
     Instruction & Accountability.
29 Mar. 2005

     <http://static.hcrhs.k12.nj.us/gems/tech/RSSFAQ4.pdf>.

Back to Top